From: Aaron Schulz Date: Fri, 12 Sep 2014 18:13:06 +0000 (-0700) Subject: Removed MultiWriteBagOStuff::replace X-Git-Tag: 1.31.0-rc.0~14062^2 X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=commitdiff_plain;h=330e18c45d497cf04110f0c7460c4359ae12bbd4;p=lhc%2Fweb%2Fwiklou.git Removed MultiWriteBagOStuff::replace Change-Id: Ifa6373cda099d1b87e90592598267987e9185a25 --- diff --git a/includes/objectcache/MultiWriteBagOStuff.php b/includes/objectcache/MultiWriteBagOStuff.php index 497f75d2d6..6a691379a0 100644 --- a/includes/objectcache/MultiWriteBagOStuff.php +++ b/includes/objectcache/MultiWriteBagOStuff.php @@ -115,16 +115,6 @@ class MultiWriteBagOStuff extends BagOStuff { return $this->doWrite( 'add', $key, $value, $exptime ); } - /** - * @param string $key - * @param mixed $value - * @param int $exptime - * @return bool - */ - public function replace( $key, $value, $exptime = 0 ) { - return $this->doWrite( 'replace', $key, $value, $exptime ); - } - /** * @param string $key * @param int $value